@font-face { font-family: Passions_Conflit; 
    src: url('../font/Passions_Conflict/PassionsConflict-Regular.ttf'); }

@font-face {font-family: Lora;
    src: url('../font/Lora/static/Lora-Regular.ttf');
}

@font-face {font-family: Rancho;
    src: url('../font/Rancho/Rancho-Regular.ttf');
}

@font-face {font-family: Ubuntu;
    src: url('../font/Ubuntu/Ubuntu-Regular.ttf');
}

*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

body{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

/* bar de navigation */

.nav{
    position: absolute;
    height: 100%;
    width: 256px;
    top: 0;
    right: 0;
}

.image-nav{
    position: absolute;
    width: 100%;
    right: 0;
    height: 100%;  
    background-color: rgb(51,78,76);
    border-left: 10px solid rgb(137,157,145);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.open{
    position: absolute;
    height: 100%;
    width: 256px;
    top: 0;
    right: 0;
    display: flex;
    z-index: 7;
    justify-content: center;
    right: 1234567890px;
}

.opens{
    position: fixed;
    height: 100%;
    width: 256px;
    top: 0;
    right: 0;
    display: flex;
    z-index: 7;
    justify-content: center;
}

.logocroix{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 10%;
    background-color: white;
    display: flex;
    align-items: center;
    border-left: 10px solid rgb(137,157,145);
    border-top: 10px solid rgb(137,157,145);
    border-top-left-radius: 10px;
    
}

.logofinis{
    position: absolute;
    right: 5%;
    width: 30%;
}

.croix{
    position: absolute;
    display: flex;
    margin: auto;
    left: 5%;
    z-index: 6;
    font-size: xx-large;
    cursor: pointer;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
}

.croix:hover{
    transform: rotate(90deg);
    transition: all 0.5s ease;
}

li, a{
    font-size: 120%;
    color: rgb(125,167,162);
    font-weight: 1000;
}

.liens{
    position: absolute;
    top: 11%;
    right: 0;
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.darkandset{
    position: absolute;
    display: flex;
    bottom: 0;
    height: 8%;
    width: 100%;
    background-color: white;
    border-left: 10px solid rgb(137,157,145);
    border-bottom: 10px solid rgb(137,157,145);
    border-bottom-left-radius: 10px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    right: 0;
    justify-content: space-evenly;
}

.francais{
    width: 15%;
    cursor: pointer;
}

.anglais{
    width: 15%;
    cursor: pointer;
}

.allemand{
    width: 15%;
    cursor: pointer;
}


.user{
    position: absolute;
    display: flex;
    font-size: x-large;
    left: 40%;
}

.closed{
    position: fixed;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 100%;
    display: flex;
    /* background-color: #2d9226; */
    background-color: rgb(51,78,76);
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.closedd{
    position: absolute;
    display: flex;
    top: 0;
    width: 50px;
    height: 100%;
    /* background-color: #2d9226; */
    background-color: rgb(51,78,76);
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    right: 1234567890px;
}

ul{
    cursor: pointer;
    z-index: 1;
}

.bar{
    position: absolute;
    font-size: 170%;
    top: 3%;
}
/* fin bar de navigation */

#container{
    position: absolute;
    display: flex;
    width: 90%;
    height: 100%;
    top: 80%;
    justify-content: center;
    scroll-behavior: smooth;
}

section.touteimg img{
    z-index: -1;
    position: fixed;
    object-fit: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



















.camping{
    position: absolute;
    display: flex;
    width: 93.5%;
    left: 0;
    height: auto;
    top: 30%;
    flex-direction: column;
    align-items: center;
}

.plan{
    border: 2px white solid;
    width: 80%;
}

h2{
    order: -1;
    border-radius: 20px;
    border: white 2px solid;
    background-color: rgba(255, 255, 255, 0.701);
    font-weight: bold;
}

h1{
    position: absolute;
    font-family: Rancho;
    color: #0e6c7b;
    font-size: 500%;
    top: 10%;
    z-index: 1;
}








/* 4K */

@media screen and (min-width:1441px){

    li, a{
        font-size: 140%;
    }

    .bar{
        font-size: 350%;
    }

    .closed{
        width: 100px;
    }

    h1{
        font-size: 800%;
    }

    h2{
        font-size: 300%;
    }

}

/* DESKTOP */

@media screen and (min-width:1024px) and (max-width:1440px){



}

/* TABLET */

@media screen and (min-width:768px) and (max-width:1023px) {



} 

/* SMARTPHONE */

@media screen and (max-width:767px){

    li, a{
        font-size: 100%;
    }

    .bar{
        font-size: 100%;
    }

    .closed{
        width: 30px;
    }

    h1{
        font-size: 300%;
    }

    h2{
        font-size: 100%;
    }

}


div a img[alt='www.000webhost.com']
{
    display: none;
}